Click or drag to resize

Mailbox Constructor (String, String, String, MailboxType)

Initializes a new instance of the Mailbox class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Mailbox(
	string emailAddress,
	string name,
	string routingType,
	MailboxType type
)

Parameters

emailAddress
Type: SystemString
name
Type: SystemString
routingType
Type: SystemString
type
Type: Independentsoft.ExchangeMailboxType
See Also